tools: Bump library SONAMEs for 4.4
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 5 Feb 2014 14:43:38 +0000 (14:43 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 6 Feb 2014 12:51:52 +0000 (12:51 +0000)
commita06b42584164e21e792dfe66bb8e3585127270b1
tree74d086669f9274e37c60a246542f4683725a8498
parent65f3c7ef39e197fe90e2440730292f291a86cf98
tools: Bump library SONAMEs for 4.4

There have been ABI/API changes in libxc.  Bump its MAJOR (which
affets libxenguest et al too.)

There have been ABI changes in libxl.  Bump its MAJOR.
(The API changes have been dealt with as we go along - there is
already a LIBXL_API_VERSION 0x040400.)

None of the other libraries have changed their interfaces.  I have
verified this by building the tools and searching the dist/install
tree for files matching *.so.*.  For each library that showed up, I
did this:
  git-diff RELEASE-4.3.0..staging -- `find tools/FOO/ -name \*.h`
where FOO is the corresponding source directory.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
tools/libxc/Makefile
tools/libxl/Makefile